home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.9"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 2, 0, 0, 0, 0, 0, 0, 100, 0
- .StoreColor 2, 20, 80, 0, 20, 0, 0, 100, 15
- .StoreColor 2, 0, 0, 0, 0, 0, 0, 100, 32
- .StoreColor 2, 20, 80, 0, 20, 0, 0, 100, 50
- .StoreColor 2, 0, 0, 0, 0, 0, 0, 100, 67
- .StoreColor 2, 20, 80, 0, 20, 0, 0, 100, 82
- .StoreColor 2, 0, 0, 0, 0, 0, 0, 100, 100
- .ApplyFountainFill 2, 0, 0, 905, 256, 34, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-